home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 21 / Cream of the Crop 21 (Terry Blount) (October 1996).iso / program / cxsplitt.zip / UNIT2.DFM / UNIT2.txt
Text File  |  1996-07-17  |  1KB  |  59 lines

  1. inherited Form2: TForm2
  2.   Left = 40
  3.   Top = 114
  4.   Width = 765
  5.   Height = 567
  6.   Caption = 'Form2'
  7.   PixelsPerInch = 96
  8.   TextHeight = 13
  9.   inherited comSplitter1: TcomSplitter
  10.     Width = 667
  11.     Height = 398
  12.     inherited ScrollBox1: TScrollBox
  13.       Width = 331
  14.       Height = 398
  15.       object Panel2: TPanel
  16.         Left = 35
  17.         Top = 45
  18.         Width = 246
  19.         Height = 301
  20.         Caption = 'Panel2'
  21.         TabOrder = 0
  22.       end
  23.     end
  24.     inherited comSplitter2: TcomSplitter
  25.       Left = 335
  26.       Width = 332
  27.       Height = 398
  28.       Position = 42
  29.       inherited Panel1: TPanel
  30.         Width = 332
  31.         Height = 165
  32.         Caption = 'Panel1'
  33.         inherited Memo3: TMemo
  34.           Width = 308
  35.           Height = 141
  36.         end
  37.       end
  38.       inherited comSplitter3: TcomSplitter
  39.         Top = 169
  40.         Width = 332
  41.         Height = 229
  42.         Position = 48
  43.         inherited Memo1: TMemo
  44.           Width = 157
  45.           Height = 229
  46.         end
  47.         inherited Memo2: TMemo
  48.           Left = 161
  49.           Width = 171
  50.           Height = 229
  51.         end
  52.       end
  53.     end
  54.   end
  55.   inherited Panel3: TPanel
  56.     Width = 757
  57.   end
  58. end
  59.